home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Dialectic 1.2 / source / Dialectic ƒ / Shell ƒ / error.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-30  |  330 b   |  13 lines  |  [TEXT/KAHL]

  1. /**********************************************************************\
  2.  
  3. File:        error.h
  4.  
  5. Purpose:    This is the header file for error.c
  6.  
  7. \**********************************************************************/
  8.  
  9. extern    NMRec        gMyNotification;
  10. extern    int            gPendingResultCode;
  11.  
  12. void HandleError(int resultCode, Boolean exitToShell);
  13.